func internal/profile.unmarshal

3 uses

	internal/profile (current package)
		profile.go#L184: 	if err := unmarshal(data, p); err != nil {
		profile.go#L535: 	if err := unmarshal(b, pp); err != nil {
		proto.go#L172: func unmarshal(data []byte, m message) (err error) {